@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');

#wrapper{
    width: 960px;
    min-height: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-family: 'Market Sans', 'Helvetica Neue', sans-serif;
}

body{
background-color: rgb(255, 255, 255);

}

header{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 135px;
    text-align: center;
}

nav {
    /* Position Navigation */
    text-align: center;
    padding-bottom: 0px;
  }
  
nav ul {
    /* Auflistungssymbole */
    list-style-type: none;
    width: 895px;
    padding-bottom: 20px;
}
  
nav li {
    /* Formatierung Navigation */
    font-family: 'Market Sans', 'Helvetica Neue', sans-serif;
    font-size: 1em;
    display: inline;
    margin-right: 6%;
}

.mapmarker{
    margin-top: 0px;

}


a{
    color: #777;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;         /* font-family = 1. Font wird probiert, wenn nicht -> 2. Font */
}

/* body */

.anfahrtueberschrifft{
    font-size: 2.3em;
    text-align: left;
    font-family: 'Poppins', sans-serif;

}

.anfahrtueberschrifft span{
    color: rgb(74, 204, 124);

}

.anschrifftueber{
    padding-top: 0px;
    font-size: 1.6em;
    font-family: 'Poppins', sans-serif;
}

.anschtext{
    margin-top: 2px;
    line-height: 6px;
    padding-bottom: 45px;
    padding-left: 15px;
}

/* Kartenfeld (Schatten) */
.karte{  
    position: relative;
    width: 960px;
    height: 600px;
    background-color: rgb(255, 255, 255); 
    padding-bottom: 20px;
    border-bottom: rgb(180, 180, 180);
    border-radius: 1px;

}

/* embedded Google Maps */
iframe{
    position: relative;
    max-width: 100%;
    border-bottom: rgb(180, 180, 180);
    border-radius: 1px;
    -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.5s;
}

@-webkit-keyframes shadow-drop-center {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}
@keyframes shadow-drop-center {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}

footer{
    height: 50px;
    clear: both;
    background: rgb(255, 255, 255);
    padding-bottom: 25px;
    padding-top: 10px;
}

footer ul{
    float: left;
    list-style: none;
    padding-top: 3px;
    padding-left: 0px;
    margin: 20px;
    font-size: 15px;
}

.facebook{
    float: left;
    padding-top: 19px;
    padding-left: 20px;
}

.insta{
    float: left;
    padding-top: 19px;
}

footer li{
    margin-right: 15px;
    display: inline;

}

footer img{
    margin-right: 20px;
    float: right;
}

footer p{
    font-size: 10px;
    float: right;
    padding-right: 20px;
    padding-top: 14px;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}